home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #10 / 1999 CD 10 (black).iso / K-CF.dxr / Internal_22.ls < prev    next >
Encoding:
Text File  |  1999-07-26  |  5.0 KB  |  191 lines

  1. global Musik, FirstTime, KImage, KCount, WantMusic
  2.  
  3. on new me
  4.   set KCount to 20
  5.   set KImage to member 342 of castLib "Constant"
  6. end
  7.  
  8. on enterFrame
  9.   if voidp(Musik) then
  10.     set Musik to 0
  11.   end if
  12.   if Musik = 0 then
  13.     if WantMusic then
  14.       mci("seek baggrund to start")
  15.       mci("play baggrund")
  16.       set Musik to 1
  17.     end if
  18.   end if
  19.   if (KCount mod 100) = 0 then
  20.     if (KCount + 20) >= 1000 then
  21.       set KCount to 0
  22.     end if
  23.     set the member of sprite 20 to member (405 + (KCount / 100)) of castLib "Constant"
  24.     set the member of sprite 21 to member (121 + (KCount / 100)) of castLib "Maanedlig"
  25.     set the member of sprite 22 to member (17 + (KCount / 100)) of castLib "Maanedlig"
  26.   end if
  27.   set KCount to KCount + 1
  28.   if ((KCount mod 100) < 17) or ((KCount mod 100) > 82) then
  29.     if (KCount mod 100) = 0 then
  30.       set the height of sprite 20 to 1
  31.     end if
  32.     if (KCount mod 100) = 1 then
  33.       set the height of sprite 20 to 13
  34.     end if
  35.     if (KCount mod 100) = 2 then
  36.       set the height of sprite 20 to 25
  37.     end if
  38.     if (KCount mod 100) = 3 then
  39.       set the height of sprite 20 to 37
  40.     end if
  41.     if (KCount mod 100) = 4 then
  42.       set the height of sprite 20 to 50
  43.     end if
  44.     if (KCount mod 100) = 5 then
  45.       set the height of sprite 20 to 62
  46.     end if
  47.     if (KCount mod 100) = 6 then
  48.       set the height of sprite 20 to 72
  49.     end if
  50.     if (KCount mod 100) = 7 then
  51.       set the height of sprite 20 to 83
  52.     end if
  53.     if (KCount mod 100) = 8 then
  54.       set the height of sprite 20 to 93
  55.     end if
  56.     if (KCount mod 100) = 9 then
  57.       set the height of sprite 20 to 103
  58.     end if
  59.     if (KCount mod 100) = 10 then
  60.       set the height of sprite 20 to 111
  61.     end if
  62.     if (KCount mod 100) = 11 then
  63.       set the height of sprite 20 to 119
  64.     end if
  65.     if (KCount mod 100) = 12 then
  66.       set the height of sprite 20 to 126
  67.     end if
  68.     if (KCount mod 100) = 13 then
  69.       set the height of sprite 20 to 132
  70.     end if
  71.     if (KCount mod 100) = 14 then
  72.       set the height of sprite 20 to 136
  73.     end if
  74.     if (KCount mod 100) = 15 then
  75.       set the height of sprite 20 to 140
  76.     end if
  77.     if (KCount mod 100) = 16 then
  78.       set the height of sprite 20 to 143
  79.     end if
  80.     if (KCount mod 100) = 83 then
  81.       set the height of sprite 20 to 143
  82.     end if
  83.     if (KCount mod 100) = 84 then
  84.       set the height of sprite 20 to 140
  85.     end if
  86.     if (KCount mod 100) = 85 then
  87.       set the height of sprite 20 to 136
  88.     end if
  89.     if (KCount mod 100) = 86 then
  90.       set the height of sprite 20 to 132
  91.     end if
  92.     if (KCount mod 100) = 87 then
  93.       set the height of sprite 20 to 126
  94.     end if
  95.     if (KCount mod 100) = 88 then
  96.       set the height of sprite 20 to 119
  97.     end if
  98.     if (KCount mod 100) = 89 then
  99.       set the height of sprite 20 to 111
  100.     end if
  101.     if (KCount mod 100) = 90 then
  102.       set the height of sprite 20 to 103
  103.     end if
  104.     if (KCount mod 100) = 91 then
  105.       set the height of sprite 20 to 93
  106.     end if
  107.     if (KCount mod 100) = 92 then
  108.       set the height of sprite 20 to 83
  109.     end if
  110.     if (KCount mod 100) = 93 then
  111.       set the height of sprite 20 to 72
  112.     end if
  113.     if (KCount mod 100) = 94 then
  114.       set the height of sprite 20 to 62
  115.     end if
  116.     if (KCount mod 100) = 95 then
  117.       set the height of sprite 20 to 50
  118.     end if
  119.     if (KCount mod 100) = 96 then
  120.       set the height of sprite 20 to 38
  121.     end if
  122.     if (KCount mod 100) = 97 then
  123.       set the height of sprite 20 to 25
  124.     end if
  125.     if (KCount mod 100) = 98 then
  126.       set the height of sprite 20 to 13
  127.     end if
  128.     if (KCount mod 100) = 99 then
  129.       set the height of sprite 20 to 1
  130.     end if
  131.   else
  132.     set the height of sprite 20 to 145
  133.   end if
  134.   if not rollOver(2) then
  135.     set FirstTime to 0
  136.   end if
  137.   if rollOver(2) and not FirstTime then
  138.     go("Surprise")
  139.   else
  140.     if rollOver(4) then
  141.       go("Knap0")
  142.     else
  143.       if rollOver(5) then
  144.         go("Knap1")
  145.       else
  146.         if rollOver(6) then
  147.           go("Knap5")
  148.         else
  149.           if rollOver(7) then
  150.             go("Knap8")
  151.           else
  152.             if rollOver(8) then
  153.               go("Knap9")
  154.             else
  155.               if rollOver(9) then
  156.                 go("Knap2")
  157.               else
  158.                 if rollOver(10) then
  159.                   go("Knap6")
  160.                 else
  161.                   if rollOver(11) then
  162.                     go("Knap4")
  163.                   else
  164.                     if rollOver(12) then
  165.                       go("Afslut")
  166.                     else
  167.                       if rollOver(13) then
  168.                         go("Knap3")
  169.                       else
  170.                         if rollOver(14) then
  171.                           go("Knap7")
  172.                         else
  173.                           go("Main")
  174.                         end if
  175.                       end if
  176.                     end if
  177.                   end if
  178.                 end if
  179.               end if
  180.             end if
  181.           end if
  182.         end if
  183.       end if
  184.     end if
  185.   end if
  186. end
  187.  
  188. on exitFrame
  189.   go(#loop)
  190. end
  191.